From: George Dunlap Date: Wed, 26 Jun 2013 10:05:07 +0000 (+0100) Subject: docs: Update xenstore-paths.markdown with new hvmloader key X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6702 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cb9ac9fda371beee0ec7753841684063cebe1da3;p=xen.git docs: Update xenstore-paths.markdown with new hvmloader key Signed-off-by: George Dunlap CC: Ian Campbell Acked-by: Ian Jackson --- diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 535830ee81..1c634b529f 100644 --- a/docs/misc/xenstore-paths.markdown +++ b/docs/misc/xenstore-paths.markdown @@ -152,6 +152,14 @@ path with an empty value which the guest may choose to overwrite. The hexadecimal representation of the address of the domain's "generation id". +#### ~/hvmloader/allow-memory-relocate = ("1"|"0") [HVM,INTERNAL] + +If the default low MMIO hole (below 4GiB) is not big enough for all +the devices, this indicates if hvmloader should relocate guest memory +into the high memory region (above 4GiB). If "1", hvmloader will +relocate memory as needed, until 2GiB is reached; if "0", hvmloader +will not relocate guest memory. + #### ~/hvmloader/bios = ("rombios"|"seabios"|"OVMF") [HVM,INTERNAL] The BIOS used by this domain.